home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / instools / ipro164.zip / SPLIT.ZIP / SPLIT.DOC next >
Text File  |  1991-09-15  |  1KB  |  42 lines

  1.  
  2.  
  3.                The Install-Pro Automated Installation System
  4.  
  5.                     Version 1.50 -- September 15, 1991
  6.  
  7.  
  8.                    Copyright 1991 DB/Soft Publishing Co.
  9.  
  10.                             All Rights Reserved
  11.  
  12.  
  13.  
  14.  
  15.                            DB/Soft Publishing Co.
  16.                            3200 Truxel Rd. #199
  17.                            Sacramento, CA 95833
  18.                            Voice:  1-916-927-6951
  19.                            BBS:    1-916-927-2349
  20.                            Netmail: 1:203/16
  21.  
  22.  
  23. Split is a small program designed to create sections of a files
  24. smaller or equal to a specified size.  The actual size created is
  25. rounded UP to the nearest 16k for simplicity.
  26.  
  27. The syntax is:  SPLIT <filename> <filesize>
  28.  
  29. No slashes or dashes are needed.
  30.  
  31. DON'T feed split.exe a file that ends with a numeric character,
  32. such as datafile.001.  If datafile.001 needs to be split, rename
  33. it datafile.xxx or something, as datafile.001 through
  34. datafile.009 are subject to overwrite.
  35.  
  36. Make sure that the split filesize is at least 1/9 of the total
  37. filesize, or portions won't be created.
  38.  
  39. The file that gets split MUST have a three character extension.
  40.  
  41.  
  42.